ArcFM Responder Mobile Developer Guide
GetDescription(CustomTypeConfig[]) Method






Syntax
'Declaration
 
Overloads Function GetDescription( _
   ByVal inputConfigs() As CustomTypeConfig _
) As System.String
'Usage
 
Dim instance As IUserInputManager
Dim inputConfigs() As CustomTypeConfig
Dim value As System.String
 
value = instance.GetDescription(inputConfigs)
System.string GetDescription( 
   CustomTypeConfig[] inputConfigs
)
function GetDescription( 
    inputConfigs: CustomTypeConfigarray of
): System.String; 
function GetDescription( 
   inputConfigs : CustomTypeConfig[]
) : System.String;
System.string* GetDescription( 
   CustomTypeConfig*[]* inputConfigs
) 
System.String^ GetDescription( 
   array<CustomTypeConfig^>^ inputConfigs
) 

Parameters

inputConfigs
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IUserInputManager Interface
IUserInputManager Members
Overload List

Send Feedback